golang.org/x/text/cases.caseTrie.lookup (method)
3 uses
golang.org/x/text/cases (current package)
context.go#L85: v, sz := trie.lookup(c.src[c.pSrc:])
map.go#L544: switch v, _ := trie.lookup(c.src[c.pSrc:]); info(v).cccType() {
tables15.0.0.go#L65: func (t *caseTrie) lookup(s []byte) (v uint16, sz int) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)